reflect.rtype.tflag (field)
15 uses
reflect (current package)
type.go#L319: tflag tflag // extra type information flags
type.go#L741: if t.tflag&tflagUncommon == 0 {
type.go#L800: if t.tflag&tflagExtraStar != 0 {
type.go#L898: if t.tflag&tflagNamed == 0 {
type.go#L909: return t.tflag&tflagNamed != 0
type.go#L1058: if t.tflag&tflagUncommon != 0 {
type.go#L1069: if t.tflag&tflagUncommon != 0 {
type.go#L1889: ch.tflag = tflagRegularMemory
type.go#L1935: mt.tflag = 0
type.go#L2067: ft.tflag = 0
type.go#L2373: slice.tflag = 0
type.go#L2748: typ.tflag = 0 // TODO: set tflagRegularMemory
type.go#L2756: typ.tflag |= tflagUncommon
type.go#L2921: array.tflag = typ.tflag & tflagRegularMemory
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)